2012-07-13 - 1929.8200 - Spec - UCC 24 and UCC 25 Kohls #US #APAC #SDLABELREPORTS #ABAPUCC

SPECIFICATIONS

1929.8200 - Spec - UCC 24 and UCC 25 Kohls

Purpose


To Change output string Sequences for Lcodes LZR & LZS.

Admin Info


Purpose
Output String sequence changes in LZR & LZS
Requested By
Jack Mehltretter
Spec Created By
Venu Dontamsetti
Spec Created Date
03/01/2013
Spec QA by
Venkat K
Objects
ZRSD_UCC_LABELS2,
ZRSD_UCC_LABELS_CHINA
Document Status
Completed

References


Prior Tickets

None

Documents

None


Functional Requirement


Tweak UCC 24 to include customer upc, UCC 25 Style: to include material desc.



Solution Summary


For UCC 24 Lcode LZR, pass Customers Item material (SKU) instead of UPC in output string.
For UCC 25 LCode LZS, Pass Material description instead of Collection in output string.

Previous Output Strings:

LZR UCC24:

'Address_Line_1, Address_Line_2,Ship_Company,Ship_Address_1, Ship_Address_2,
Ship_City, Ship_State, Ship_Zip, Carton X of Y, Y of Y, PO_Number, Dept No, UPC, Description, Store No, Serial Ship Bar Code'.

LZS UCC25:

'Address_Line_1, Address_Line_2,Ship_Company,Ship_Address_1, Ship_Address_2,
Ship_City, Ship_State, Ship_Zip, Carton X of Y, Y of Y, PO_Number, Dept No, QTY, UPC, Collection, Store No, Serial Ship Bar Code'.

Solution Details


1. In LZR output string replace the field value of UPC with customers item material (SKU) value

LZR UCC24: New Output string

'Address_Line_1, Address_Line_2,Ship_Company,Ship_Address_1, Ship_Address_2,
Ship_City, Ship_State, Ship_Zip, Carton X of Y, Y of Y, PO_Number, Dept No, SKU, Description, Store No, Serial Ship Bar Code'.


2. In LZS output string replace the field value of Collection with Material Description

LZS UCC25:New Output string

'Address_Line_1, Address_Line_2,Ship_Company,Ship_Address_1, Ship_Address_2,
Ship_City, Ship_State, Ship_Zip, Carton X of Y, Y of Y, PO_Number, Dept No, QTY, UPC, Description, Store No, Serial Ship Bar Code'.

3. The output of the program should transfer the above output strings to label server for printing lables.

These changes are applicable to both US & China UCC label programs.